ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MovingAverage<T> Class / Period Property

In This Topic
    Period Property (MovingAverage<T>)
    In This Topic
    Gets or sets the period of the moving average line.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(2)>
    Public Property Period As Integer
    [DefaultValue(2)]
    public int Period {get; set;}
    Remarks
    It should be set to some integer value greater than 1.
    See Also